Conversation
Adds commonly used wix file extensions. Wix is a toolset for creating msi installers https://github.com/wixtoolset/wix
|
I couldn't find great docs newer versions of wix, but the file extensions have stayed the same from what I can tell. |
| 'wav': {'binary', 'audio', 'wav'}, | ||
| 'webp': {'binary', 'image', 'webp'}, | ||
| 'whl': {'binary', 'wheel', 'zip'}, | ||
| 'wixproj': {'text', 'xml', 'wix'}, |
There was a problem hiding this comment.
I feel like these shouldn't all have the same tag since semantically the extensions mean different things?
There was a problem hiding this comment.
I had just done them all with the same since they were related & to group them. I don't really have much preference though so I can change them to be individual if that matches the convention other files use better
Adds commonly used wix file extensions: wixproj, wxs, wxi, wxl
Wix is a toolset for creating msi installers, https://github.com/wixtoolset/wix